From 3d325e30d90af932c29a7fa90c9dc44c87237905 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Fri, 19 Nov 2004 23:16:14 +0000 Subject: [PATCH] Don't put /* within a comment. Fri Nov 19 15:10:32 2004 Manish Singh * xdgmime.c: Don't put /* within a comment. --- gtk/xdgmime/ChangeLog | 4 ++++ gtk/xdgmime/xdgmime.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gtk/xdgmime/ChangeLog b/gtk/xdgmime/ChangeLog index 1eface383e..64abfddbad 100644 --- a/gtk/xdgmime/ChangeLog +++ b/gtk/xdgmime/ChangeLog @@ -1,3 +1,7 @@ +Fri Nov 19 15:10:32 2004 Manish Singh + + * xdgmime.c: Don't put /* within a comment. + 2004-11-09 Matthias Clasen * xdgmime.h: Prefix all symbols. diff --git a/gtk/xdgmime/xdgmime.c b/gtk/xdgmime/xdgmime.c index df59f26834..598cdfc441 100644 --- a/gtk/xdgmime/xdgmime.c +++ b/gtk/xdgmime/xdgmime.c @@ -605,7 +605,7 @@ xdg_mime_mime_type_subclass (const char *mime, if (strcmp (umime, ubase) == 0) return 1; - /* We really want to handle text/* in GtkFileFilter, so we just + /* We really want to handle text/ * in GtkFileFilter, so we just * turn on the supertype matching */ #if 1 -- 2.30.2